home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / atomic_babe.swf / scripts / DefineButton2_164 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-09-27  |  74 b   |  7 lines

  1. on(press){
  2.    tellTarget("babe.footwear")
  3.    {
  4.       play();
  5.    }
  6. }
  7.